docs(data-governance): rename ZDR page to Provider Data Policies - #87
Conversation
Retitle the provider data page and move it to the top of the Data Governance group, since it is the page users look for first. - sidebarTitle: "Provider Data & ZDR" -> "Provider Data Policies" - title: "Provider Data Use & Zero Data Retention" -> "Provider Data Use & Retention" - slug: /v3/data-governance/zdr -> /v3/data-governance/provider-data-policies - now the first page in the Data Governance nav group - redirect added for the old URL so existing inbound links keep resolving Page content is unchanged; only the titles, slug and nav position move. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughThe Data Governance page is renamed to Provider Data Policies, its metadata uses the new path and modification date, navigation points to the new route, and the former ZDR route redirects to it. ChangesProvider Data Policies
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
What
Renames and repositions the provider data page in Data Governance. Page content is unchanged — only titles, slug and nav position.
/v3/data-governance/zdr/v3/data-governance/provider-data-policiesWhy
"Provider Data Use & Retention" describes the whole page, not just the ZDR column — the tables cover training, ZDR and retention. It's also the page users reach for first in this section, so it now leads the group instead of trailing it.
Old URL
The page is published, so a redirect was added to
docs.jsonrather than leaving the old slug to 404:{ "source": "/v3/data-governance/zdr", "destination": "/v3/data-governance/provider-data-policies" }git mvwas used, so the rename is tracked (96% similarity) and history is preserved.Link check
Swept all 173 internal links across 111 pages:
/v3/data-governance/zdr, so the rename broke nothing.path=in the page'sTechArticleSchemaupdated to the new slug.aifeatures,edenai-back,edenai-front) references the old URL.Pre-existing broken links — not fixed here
The sweep also found 3 dead links that predate this change, in the Mintlify component-showcase section of ai-tools/cursor.mdx (a page not in the nav):
cursor.mdx:236→/quickstart(nav hasv3/quickstart/first-llm-call)cursor.mdx:241→/authcursor.mdx:245→/rate-limits(nav hasv3/overview/rate-limits)These are placeholder hrefs from the starter template. Left out to keep this PR focused — happy to fix in a follow-up.
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Bug Fixes
/v3/data-governance/zdrURL to the new Provider Data Policies page, preserving existing links.